home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 43 / Amiga Format CD43 (1999)(Future Publishing)(GB)(Track 1 of 2)[!][issue 1999-09].iso / -serious- / programming / arexx / rxwiz / rxwiz.readme < prev    next >
Text File  |  1999-06-14  |  1KB  |  32 lines

  1. Short:    Rxwiz.library - great GUIs in ARexx
  2. Author:   alfier@iol.it (Alfonso Ranieri)
  3. Uploader: alfier@iol.it (Alfonso Ranieri)
  4. Version:  7.1
  5. Type:     util/rexx
  6. Requires: wizard.library
  7.  
  8. It is a bridge between wizard.library and ARexx .
  9.  
  10. The gui is described out of the macro. In the macro you just
  11. open the surfaces, the windows and handle them in an Amiga-Exec
  12. way.
  13.  
  14. You must name any window and object you want to receive messages
  15. from or you want to set/get attributes and you will be notified
  16. in the macro with symbolic names.
  17.  
  18. StormWizard and wizard.library are H&P copyright.
  19.  
  20. StormWizard is the GUI maker for wizard.library and is a commercial
  21. product. A demo of StormWizard is avaible free.
  22.  
  23. wizard.library is the AmigaDOS shared library that runs GUI created
  24. by StormWizard; it is free distribuible.
  25.  
  26. Changes from version <7.1
  27. - great revision
  28. - now a surface is a complete gui with appicon and cx
  29. - new function and old nomore supported marked OBSOLETE
  30.   in the guide
  31. - added the German catalog
  32.